home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Graficos / EasySkin / Easyskin.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Text File  |  1998-11-03  |  24KB  |  1,015 lines

  1. object frmMain: TfrmMain
  2.   Left = 210
  3.   Top = 103
  4.   Width = 544
  5.   Height = 450
  6.   Caption = 'Easy skin generator (C)opyfree 1998 by Rob Vonk'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ColorBox1: TColorBox
  21.     Left = 488
  22.     Top = 162
  23.     Width = 25
  24.     Height = 25
  25.     Picture.Data = {<image000.bmp>}
  26.     OnDblClick = ColorDblClick
  27.     Red = 0
  28.     Green = 0
  29.     Blue = 128
  30.     Color = clNavy
  31.     OnColorChange = clr2ColorChange
  32.   end
  33.   object ColorBox2: TColorBox
  34.     Left = 488
  35.     Top = 146
  36.     Width = 25
  37.     Height = 25
  38.     Picture.Data = {<image001.bmp>}
  39.     OnDblClick = ColorDblClick
  40.     Red = 0
  41.     Green = 0
  42.     Blue = 128
  43.     Color = clNavy
  44.     OnColorChange = clr2ColorChange
  45.   end
  46.   object PageControl1: TPageControl
  47.     Left = 0
  48.     Top = 0
  49.     Width = 536
  50.     Height = 423
  51.     ActivePage = tabVisColor
  52.     Align = alClient
  53.     TabOrder = 0
  54.     object tabVisColor: TTabSheet
  55.       Caption = 'VisColor'
  56.       ImageIndex = 4
  57.       object imgVisColorMain: TImage
  58.         Left = 242
  59.         Top = 17
  60.         Width = 275
  61.         Height = 118
  62.         IncrementalDisplay = True
  63.         OnClick = imgVisColorMainClick
  64.         OnMouseMove = imgVisColorMainMouseMove
  65.       end
  66.       object LabelRGB: TLabel
  67.         Left = 8
  68.         Top = 17
  69.         Width = 84
  70.         Height = 16
  71.         Caption = 'Color (R, G, B)'
  72.         Font.Charset = DEFAULT_CHARSET
  73.         Font.Color = clWindowText
  74.         Font.Height = -13
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.       end
  79.       object imgVisColorExample: TImage
  80.         Left = 242
  81.         Top = 140
  82.         Width = 275
  83.         Height = 118
  84.         IncrementalDisplay = True
  85.       end
  86.       object clrCurrent: TColorBox
  87.         Left = 200
  88.         Top = 17
  89.         Width = 25
  90.         Height = 25
  91.         Picture.Data = {<image002.bmp>}
  92.         OnDragDrop = clrDragDrop
  93.         OnMouseMove = clrMouseMove
  94.         Red = 0
  95.         Green = 0
  96.         Blue = 0
  97.         Color = clBlack
  98.       end
  99.       object clr1: TColorBox
  100.         Left = 200
  101.         Top = 44
  102.         Width = 25
  103.         Height = 25
  104.         Picture.Data = {<image003.bmp>}
  105.         OnDblClick = ColorDblClick
  106.         OnDragDrop = clrDragDrop
  107.         OnDragOver = clrDragOver
  108.         OnMouseMove = clrMouseMove
  109.         Red = 255
  110.         Green = 255
  111.         Blue = 255
  112.         Color = clWhite
  113.         OnColorChange = clr1ColorChange
  114.       end
  115.       object clr2: TColorBox
  116.         Left = 200
  117.         Top = 71
  118.         Width = 25
  119.         Height = 25
  120.         Picture.Data = {<image004.bmp>}
  121.         OnDblClick = ColorDblClick
  122.         OnDragDrop = clrDragDrop
  123.         OnDragOver = clrDragOver
  124.         OnMouseMove = clrMouseMove
  125.         Red = 0
  126.         Green = 0
  127.         Blue = 128
  128.         Color = clNavy
  129.         OnColorChange = clr2ColorChange
  130.       end
  131.       object Clr3: TColorBox
  132.         Left = 200
  133.         Top = 98
  134.         Width = 25
  135.         Height = 25
  136.         Picture.Data = {<image005.bmp>}
  137.         OnDblClick = ColorDblClick
  138.         OnDragDrop = clrDragDrop
  139.         OnDragOver = clrDragOver
  140.         OnMouseMove = clrMouseMove
  141.         Red = 255
  142.         Green = 255
  143.         Blue = 255
  144.         Color = clWhite
  145.         OnColorChange = ClrTextChange
  146.       end
  147.       object imgText: TImage
  148.         Left = 240
  149.         Top = 272
  150.         Width = 155
  151.         Height = 18
  152.         Picture.Data = {<image006.bmp>}
  153.       end
  154.       object Clr4: TColorBox
  155.         Left = 200
  156.         Top = 125
  157.         Width = 25
  158.         Height = 25
  159.         Picture.Data = {<image007.bmp>}
  160.         OnDblClick = ColorDblClick
  161.         OnDragDrop = clrDragDrop
  162.         OnDragOver = clrDragOver
  163.         OnMouseMove = clrMouseMove
  164.         Red = 0
  165.         Green = 0
  166.         Blue = 128
  167.         Color = clNavy
  168.         OnColorChange = ClrTextChange
  169.       end
  170.       object imgNumbers: TImage
  171.         Left = 240
  172.         Top = 296
  173.         Width = 99
  174.         Height = 13
  175.         Picture.Data = {<image008.bmp>}
  176.       end
  177.       object clr5: TColorBox
  178.         Left = 200
  179.         Top = 152
  180.         Width = 25
  181.         Height = 25
  182.         Picture.Data = {<image009.bmp>}
  183.         OnDblClick = ColorDblClick
  184.         OnDragDrop = clrDragDrop
  185.         OnDragOver = clrDragOver
  186.         OnMouseMove = clrMouseMove
  187.         Red = 255
  188.         Green = 255
  189.         Blue = 255
  190.         Color = clWhite
  191.         OnColorChange = clrNumbersChange
  192.       end
  193.       object clr6: TColorBox
  194.         Left = 200
  195.         Top = 179
  196.         Width = 25
  197.         Height = 25
  198.         Picture.Data = {<image010.bmp>}
  199.         OnDblClick = ColorDblClick
  200.         OnDragDrop = clrDragDrop
  201.         OnDragOver = clrDragOver
  202.         OnMouseMove = clrMouseMove
  203.         Red = 0
  204.         Green = 0
  205.         Blue = 128
  206.         Color = clNavy
  207.         OnColorChange = clrNumbersChange
  208.       end
  209.       object imgPlay: TImage
  210.         Left = 240
  211.         Top = 318
  212.         Width = 42
  213.         Height = 9
  214.         AutoSize = True
  215.         Picture.Data = {<image011.bmp>}
  216.       end
  217.       object Clr7: TColorBox
  218.         Left = 200
  219.         Top = 206
  220.         Width = 25
  221.         Height = 25
  222.         Picture.Data = {<image012.bmp>}
  223.         OnDblClick = ColorDblClick
  224.         OnDragDrop = clrDragDrop
  225.         OnDragOver = clrDragOver
  226.         OnMouseMove = clrMouseMove
  227.         Red = 255
  228.         Green = 255
  229.         Blue = 255
  230.         Color = clWhite
  231.         OnColorChange = ClrPlayChange
  232.       end
  233.       object Clr8: TColorBox
  234.         Left = 200
  235.         Top = 233
  236.         Width = 25
  237.         Height = 25
  238.         Picture.Data = {<image013.bmp>}
  239.         OnDblClick = ColorDblClick
  240.         OnDragDrop = clrDragDrop
  241.         OnDragOver = clrDragOver
  242.         OnMouseMove = clrMouseMove
  243.         Red = 0
  244.         Green = 0
  245.         Blue = 128
  246.         Color = clNavy
  247.         OnColorChange = ClrPlayChange
  248.       end
  249.       object clr9: TColorBox
  250.         Left = 200
  251.         Top = 260
  252.         Width = 25
  253.         Height = 25
  254.         Picture.Data = {<image014.bmp>}
  255.         OnDblClick = ColorDblClick
  256.         OnDragDrop = clrDragDrop
  257.         OnDragOver = clrDragOver
  258.         OnMouseMove = clrMouseMove
  259.         Red = 255
  260.         Green = 0
  261.         Blue = 0
  262.         Color = clRed
  263.         OnColorChange = clr1ColorChange
  264.       end
  265.       object clr10: TColorBox
  266.         Left = 200
  267.         Top = 287
  268.         Width = 25
  269.         Height = 25
  270.         Picture.Data = {<image015.bmp>}
  271.         OnDblClick = ColorDblClick
  272.         OnDragDrop = clrDragDrop
  273.         OnDragOver = clrDragOver
  274.         OnMouseMove = clrMouseMove
  275.         Red = 255
  276.         Green = 255
  277.         Blue = 255
  278.         Color = clWhite
  279.         OnColorChange = clr1ColorChange
  280.       end
  281.       object TrbVisualisation: TTrackBar
  282.         Left = 168
  283.         Top = 254
  284.         Width = 30
  285.         Height = 65
  286.         Max = 16
  287.         Orientation = trVertical
  288.         Frequency = 1
  289.         Position = 0
  290.         SelEnd = 0
  291.         SelStart = 0
  292.         TabOrder = 10
  293.         ThumbLength = 20
  294.         TickMarks = tmBottomRight
  295.         TickStyle = tsAuto
  296.         OnChange = clr1ColorChange
  297.       end
  298.       object rabVisBack: TRadioButton
  299.         Tag = 1
  300.         Left = 8
  301.         Top = 44
  302.         Width = 185
  303.         Height = 17
  304.         Caption = 'Visualisation background'
  305.         Font.Charset = DEFAULT_CHARSET
  306.         Font.Color = clWindowText
  307.         Font.Height = -13
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ParentFont = False
  311.         TabOrder = 0
  312.         OnClick = RadioButtonClick
  313.       end
  314.       object RabVisFore: TRadioButton
  315.         Tag = 2
  316.         Left = 8
  317.         Top = 71
  318.         Width = 185
  319.         Height = 17
  320.         Caption = 'Visualisation foreground'
  321.         Font.Charset = DEFAULT_CHARSET
  322.         Font.Color = clWindowText
  323.         Font.Height = -13
  324.         Font.Name = 'MS Sans Serif'
  325.         Font.Style = []
  326.         ParentFont = False
  327.         TabOrder = 1
  328.         OnClick = RadioButtonClick
  329.       end
  330.       object radTextBack: TRadioButton
  331.         Tag = 3
  332.         Left = 8
  333.         Top = 98
  334.         Width = 185
  335.         Height = 17
  336.         Caption = 'Text background'
  337.         Font.Charset = DEFAULT_CHARSET
  338.         Font.Color = clWindowText
  339.         Font.Height = -13
  340.         Font.Name = 'MS Sans Serif'
  341.         Font.Style = []
  342.         ParentFont = False
  343.         TabOrder = 2
  344.         OnClick = RadioButtonClick
  345.       end
  346.       object RadioButton1: TRadioButton
  347.         Tag = 4
  348.         Left = 8
  349.         Top = 125
  350.         Width = 185
  351.         Height = 17
  352.         Caption = 'Text foreground'
  353.         Font.Charset = DEFAULT_CHARSET
  354.         Font.Color = clWindowText
  355.         Font.Height = -13
  356.         Font.Name = 'MS Sans Serif'
  357.         Font.Style = []
  358.         ParentFont = False
  359.         TabOrder = 3
  360.         OnClick = RadioButtonClick
  361.       end
  362.       object RadioButton2: TRadioButton
  363.         Tag = 5
  364.         Left = 8
  365.         Top = 152
  366.         Width = 185
  367.         Height = 17
  368.         Caption = 'Numbers background'
  369.         Font.Charset = DEFAULT_CHARSET
  370.         Font.Color = clWindowText
  371.         Font.Height = -13
  372.         Font.Name = 'MS Sans Serif'
  373.         Font.Style = []
  374.         ParentFont = False
  375.         TabOrder = 4
  376.         OnClick = RadioButtonClick
  377.       end
  378.       object RadioButton3: TRadioButton
  379.         Tag = 6
  380.         Left = 8
  381.         Top = 179
  382.         Width = 185
  383.         Height = 17
  384.         Caption = 'Numbers foreground'
  385.         Font.Charset = DEFAULT_CHARSET
  386.         Font.Color = clWindowText
  387.         Font.Height = -13
  388.         Font.Name = 'MS Sans Serif'
  389.         Font.Style = []
  390.         ParentFont = False
  391.         TabOrder = 5
  392.         OnClick = RadioButtonClick
  393.       end
  394.       object RadioButton4: TRadioButton
  395.         Tag = 7
  396.         Left = 8
  397.         Top = 206
  398.         Width = 185
  399.         Height = 17
  400.         Caption = 'Play background'
  401.         Font.Charset = DEFAULT_CHARSET
  402.         Font.Color = clWindowText
  403.         Font.Height = -13
  404.         Font.Name = 'MS Sans Serif'
  405.         Font.Style = []
  406.         ParentFont = False
  407.         TabOrder = 6
  408.         OnClick = RadioButtonClick
  409.       end
  410.       object RadioButton5: TRadioButton
  411.         Tag = 8
  412.         Left = 8
  413.         Top = 233
  414.         Width = 185
  415.         Height = 17
  416.         Caption = 'Play foreground'
  417.         Font.Charset = DEFAULT_CHARSET
  418.         Font.Color = clWindowText
  419.         Font.Height = -13
  420.         Font.Name = 'MS Sans Serif'
  421.         Font.Style = []
  422.         ParentFont = False
  423.         TabOrder = 7
  424.         OnClick = RadioButtonClick
  425.       end
  426.       object RabVisBottom: TRadioButton
  427.         Tag = 10
  428.         Left = 8
  429.         Top = 287
  430.         Width = 153
  431.         Height = 17
  432.         Caption = 'Visualisation bottom'
  433.         Font.Charset = DEFAULT_CHARSET
  434.         Font.Color = clWindowText
  435.         Font.Height = -13
  436.         Font.Name = 'MS Sans Serif'
  437.         Font.Style = []
  438.         ParentFont = False
  439.         TabOrder = 8
  440.         OnClick = RadioButtonClick
  441.       end
  442.       object rabVisTop: TRadioButton
  443.         Tag = 9
  444.         Left = 8
  445.         Top = 260
  446.         Width = 137
  447.         Height = 17
  448.         Caption = 'Visualisation top'
  449.         Font.Charset = DEFAULT_CHARSET
  450.         Font.Color = clWindowText
  451.         Font.Height = -13
  452.         Font.Name = 'MS Sans Serif'
  453.         Font.Style = []
  454.         ParentFont = False
  455.         TabOrder = 9
  456.         OnClick = RadioButtonClick
  457.       end
  458.       object btnSaveVisual: TButton
  459.         Left = 353
  460.         Top = 361
  461.         Width = 75
  462.         Height = 25
  463.         Caption = 'Save visual'
  464.         TabOrder = 11
  465.         OnClick = btnSaveVisualClick
  466.       end
  467.       object btnLoad: TButton
  468.         Left = 19
  469.         Top = 361
  470.         Width = 75
  471.         Height = 25
  472.         Caption = 'Load main'
  473.         TabOrder = 12
  474.         OnClick = btnLoadClick
  475.       end
  476.       object btnLoadViscolor: TButton
  477.         Left = 104
  478.         Top = 361
  479.         Width = 75
  480.         Height = 25
  481.         Caption = 'Load color'
  482.         TabOrder = 13
  483.         OnClick = btnLoadViscolorClick
  484.       end
  485.     end
  486.     object TabMain: TTabSheet
  487.       Caption = 'Main image'
  488.       TabVisible = False
  489.       object boxMain: TGroupBox
  490.         Left = 11
  491.         Top = 38
  492.         Width = 295
  493.         Height = 145
  494.         Caption = 'Main bitmap'
  495.         TabOrder = 0
  496.         object imgMain: TImage
  497.           Left = 10
  498.           Top = 17
  499.           Width = 275
  500.           Height = 118
  501.           IncrementalDisplay = True
  502.           Picture.Data = {<image016.bmp>}
  503.         end
  504.       end
  505.       object boxButtons: TGroupBox
  506.         Left = 11
  507.         Top = 193
  508.         Width = 295
  509.         Height = 145
  510.         Caption = 'Extracted Buttons'
  511.         TabOrder = 1
  512.         object imgTitle: TImage
  513.           Left = 11
  514.           Top = 20
  515.           Width = 275
  516.           Height = 15
  517.         end
  518.         object imgVolume: TImage
  519.           Left = 117
  520.           Top = 77
  521.           Width = 68
  522.           Height = 15
  523.         end
  524.         object imgMono: TImage
  525.           Left = 221
  526.           Top = 61
  527.           Width = 29
  528.           Height = 12
  529.         end
  530.         object imgEQ: TImage
  531.           Left = 229
  532.           Top = 78
  533.           Width = 46
  534.           Height = 12
  535.         end
  536.         object imgReplay: TImage
  537.           Left = 220
  538.           Top = 109
  539.           Width = 28
  540.           Height = 15
  541.         end
  542.         object imgShuffle: TImage
  543.           Left = 174
  544.           Top = 109
  545.           Width = 47
  546.           Height = 15
  547.         end
  548.         object imgEject: TImage
  549.           Left = 146
  550.           Top = 109
  551.           Width = 22
  552.           Height = 16
  553.         end
  554.         object imgButtons: TImage
  555.           Left = 26
  556.           Top = 108
  557.           Width = 114
  558.           Height = 18
  559.         end
  560.         object imgSter: TImage
  561.           Left = 249
  562.           Top = 61
  563.           Width = 29
  564.           Height = 12
  565.         end
  566.         object imgMenu: TImage
  567.           Left = 20
  568.           Top = 42
  569.           Width = 8
  570.           Height = 43
  571.         end
  572.         object imgPosbar: TImage
  573.           Left = 15
  574.           Top = 94
  575.           Width = 250
  576.           Height = 10
  577.         end
  578.       end
  579.     end
  580.     object TabWinamp: TTabSheet
  581.       Caption = 'Winamp bitmaps'
  582.       object boxTitleBMP: TGroupBox
  583.         Left = 9
  584.         Top = 63
  585.         Width = 364
  586.         Height = 114
  587.         Caption = 'Titlebar.bmp'
  588.         TabOrder = 0
  589.         object titlebar: TImage
  590.           Left = 9
  591.           Top = 17
  592.           Width = 344
  593.           Height = 87
  594.           Picture.Data = {<image017.bmp>}
  595.           PopupMenu = pmnSave
  596.         end
  597.       end
  598.       object boxShufRepBMP: TGroupBox
  599.         Left = 8
  600.         Top = 227
  601.         Width = 114
  602.         Height = 116
  603.         Caption = 'Shufrep.bmp'
  604.         TabOrder = 1
  605.         object shufrep: TImage
  606.           Left = 11
  607.           Top = 19
  608.           Width = 92
  609.           Height = 85
  610.           PopupMenu = pmnSave
  611.         end
  612.       end
  613.       object boxMonostereoBMP: TGroupBox
  614.         Left = 291
  615.         Top = 227
  616.         Width = 83
  617.         Height = 116
  618.         Caption = 'Monoster.bmp'
  619.         TabOrder = 2
  620.         object monoster: TImage
  621.           Left = 11
  622.           Top = 19
  623.           Width = 58
  624.           Height = 24
  625.           PopupMenu = pmnSave
  626.         end
  627.       end
  628.       object boxButtonsBMP: TGroupBox
  629.         Left = 129
  630.         Top = 227
  631.         Width = 156
  632.         Height = 116
  633.         Caption = 'Cbuttons.bmp'
  634.         TabOrder = 3
  635.         object CButtons: TImage
  636.           Left = 11
  637.           Top = 19
  638.           Width = 136
  639.           Height = 36
  640.           PopupMenu = pmnSave
  641.         end
  642.       end
  643.       object boxPosbarBMP: TGroupBox
  644.         Left = 9
  645.         Top = 179
  646.         Width = 364
  647.         Height = 38
  648.         Caption = 'Posbar.bmp'
  649.         TabOrder = 4
  650.         object Posbar: TImage
  651.           Left = 8
  652.           Top = 17
  653.           Width = 307
  654.           Height = 10
  655.           Picture.Data = {<image018.bmp>}
  656.           PopupMenu = pmnSave
  657.         end
  658.       end
  659.       object btnSave: TButton
  660.         Left = 353
  661.         Top = 361
  662.         Width = 75
  663.         Height = 25
  664.         Caption = 'Save all'
  665.         TabOrder = 5
  666.         OnClick = btnSaveClick
  667.       end
  668.       object boxVolumeBMP: TGroupBox
  669.         Left = 379
  670.         Top = 7
  671.         Width = 110
  672.         Height = 336
  673.         Caption = 'Volume.bmp'
  674.         TabOrder = 6
  675.         object ScrollBox1: TScrollBox
  676.           Left = 9
  677.           Top = 19
  678.           Width = 91
  679.           Height = 308
  680.           HorzScrollBar.Visible = False
  681.           BorderStyle = bsNone
  682.           TabOrder = 0
  683.           object volume: TImage
  684.             Left = 3
  685.             Top = 0
  686.             Width = 70
  687.             Height = 433
  688.             Picture.Data = {<image019.bmp>}
  689.             PopupMenu = pmnSave
  690.           end
  691.         end
  692.       end
  693.       object GroupBox1: TGroupBox
  694.         Left = 195
  695.         Top = 8
  696.         Width = 177
  697.         Height = 49
  698.         Caption = 'Masks'
  699.         TabOrder = 7
  700.         object cmbMasks: TComboBox
  701.           Left = 11
  702.           Top = 16
  703.           Width = 154
  704.           Height = 21
  705.           ItemHeight = 0
  706.           TabOrder = 0
  707.           Text = 'default'
  708.           OnChange = cmbMasksChange
  709.         end
  710.       end
  711.       object GroupBox2: TGroupBox
  712.         Left = 11
  713.         Top = 8
  714.         Width = 177
  715.         Height = 49
  716.         Caption = 'Templates'
  717.         TabOrder = 8
  718.         object cmbTemplates: TComboBox
  719.           Left = 11
  720.           Top = 16
  721.           Width = 154
  722.           Height = 21
  723.           ItemHeight = 0
  724.           TabOrder = 0
  725.           Text = 'default'
  726.           OnChange = cmbTemplatesChange
  727.         end
  728.       end
  729.     end
  730.     object TabMask: TTabSheet
  731.       Caption = 'Masks'
  732.       TabVisible = False
  733.       object boxMaskCButtons: TGroupBox
  734.         Left = 133
  735.         Top = 162
  736.         Width = 157
  737.         Height = 66
  738.         Caption = 'Mask for CButtons'
  739.         TabOrder = 0
  740.         object imgMaskcbuttons: TImage
  741.           Left = 11
  742.           Top = 17
  743.           Width = 136
  744.           Height = 36
  745.           Picture.Data = {<image020.bmp>}
  746.           PopupMenu = pmnSave
  747.           Transparent = True
  748.         end
  749.       end
  750.       object boxMaskshufrep: TGroupBox
  751.         Left = 12
  752.         Top = 45
  753.         Width = 113
  754.         Height = 111
  755.         Caption = 'Mask for Shufrep'
  756.         TabOrder = 1
  757.         object imgMaskShufRep: TImage
  758.           Left = 8
  759.           Top = 15
  760.           Width = 92
  761.           Height = 85
  762.           Picture.Data = {<image021.bmp>}
  763.           PopupMenu = pmnSave
  764.           Transparent = True
  765.         end
  766.       end
  767.       object boxMaskMonoster: TGroupBox
  768.         Left = 12
  769.         Top = 162
  770.         Width = 111
  771.         Height = 55
  772.         Caption = 'Mask for Monoster'
  773.         TabOrder = 2
  774.         object imgMaskMonoSter: TImage
  775.           Left = 8
  776.           Top = 19
  777.           Width = 58
  778.           Height = 24
  779.           Picture.Data = {<image022.bmp>}
  780.           PopupMenu = pmnSave
  781.           Transparent = True
  782.         end
  783.       end
  784.       object boxMaskTitleBar: TGroupBox
  785.         Left = 132
  786.         Top = 45
  787.         Width = 365
  788.         Height = 111
  789.         Caption = 'Mask for TitleBar'
  790.         TabOrder = 3
  791.         object imgMaskTitleBar: TImage
  792.           Left = 9
  793.           Top = 15
  794.           Width = 344
  795.           Height = 87
  796.           Picture.Data = {<image023.bmp>}
  797.           PopupMenu = pmnSave
  798.           Transparent = True
  799.         end
  800.       end
  801.     end
  802.     object TabSettings: TTabSheet
  803.       Caption = 'Settings'
  804.       object txtWorkingdir: TLabel
  805.         Left = 24
  806.         Top = 24
  807.         Width = 51
  808.         Height = 13
  809.         Caption = 'Workingdir'
  810.       end
  811.       object txtWinampDir: TLabel
  812.         Left = 24
  813.         Top = 56
  814.         Width = 52
  815.         Height = 13
  816.         Caption = 'WinampDir'
  817.       end
  818.       object txtTemplateDir: TLabel
  819.         Left = 24
  820.         Top = 88
  821.         Width = 57
  822.         Height = 13
  823.         Caption = 'TemplateDir'
  824.       end
  825.       object txtMaskDir: TLabel
  826.         Left = 23
  827.         Top = 118
  828.         Width = 37
  829.         Height = 13
  830.         Caption = 'Maskdir'
  831.       end
  832.       object Label1: TLabel
  833.         Left = 24
  834.         Top = 176
  835.         Width = 154
  836.         Height = 13
  837.         Caption = 'Easy skin generator 98 release 4'
  838.       end
  839.       object Label2: TLabel
  840.         Left = 24
  841.         Top = 192
  842.         Width = 140
  843.         Height = 13
  844.         Caption = '(C)opyfree 1998 by Rob Vonk'
  845.       end
  846.       object Label3: TLabel
  847.         Left = 24
  848.         Top = 208
  849.         Width = 140
  850.         Height = 13
  851.         Caption = 'Look for the latest release on:'
  852.       end
  853.       object Label4: TLabel
  854.         Left = 24
  855.         Top = 224
  856.         Width = 236
  857.         Height = 13
  858.         Caption = 'http://members.tripod.com/~EasyMTU/index.html'
  859.       end
  860.       object Label5: TLabel
  861.         Left = 24
  862.         Top = 240
  863.         Width = 390
  864.         Height = 13
  865.         Caption = 
  866.           'You can send your (zipped) templates, (zipped) masks, help files' +
  867.           ' and suggetions to:'
  868.       end
  869.       object Label6: TLabel
  870.         Left = 24
  871.         Top = 256
  872.         Width = 79
  873.         Height = 13
  874.         Caption = 'Rob.Vonk@cmg'
  875.       end
  876.       object Label7: TLabel
  877.         Left = 24
  878.         Top = 272
  879.         Width = 3
  880.         Height = 13
  881.       end
  882.       object Label8: TLabel
  883.         Left = 24
  884.         Top = 272
  885.         Width = 191
  886.         Height = 13
  887.         Caption = 'I'#39'll include nice ones into my next release'
  888.       end
  889.       object EditWinampDir: TEdit
  890.         Left = 91
  891.         Top = 56
  892.         Width = 334
  893.         Height = 21
  894.         TabOrder = 0
  895.       end
  896.       object btnSaveSettings: TButton
  897.         Left = 353
  898.         Top = 361
  899.         Width = 75
  900.         Height = 25
  901.         Caption = 'Save settings'
  902.         TabOrder = 1
  903.         OnClick = btnSaveSettingsClick
  904.       end
  905.       object btnWinampDir: TButton
  906.         Left = 431
  907.         Top = 56
  908.         Width = 25
  909.         Height = 21
  910.         Caption = '..'
  911.         TabOrder = 2
  912.         OnClick = btnWinampDirClick
  913.       end
  914.       object EditWorkingdir: TEdit
  915.         Left = 91
  916.         Top = 24
  917.         Width = 334
  918.         Height = 21
  919.         TabOrder = 3
  920.       end
  921.       object btnWorkingDir: TButton
  922.         Left = 432
  923.         Top = 24
  924.         Width = 25
  925.         Height = 21
  926.         Caption = '..'
  927.         TabOrder = 4
  928.         OnClick = btnWorkingDirClick
  929.       end
  930.       object EditTemplateDir: TEdit
  931.         Left = 91
  932.         Top = 89
  933.         Width = 334
  934.         Height = 21
  935.         TabOrder = 5
  936.         OnChange = EditTemplateDirChange
  937.       end
  938.       object btnTemplateDir: TButton
  939.         Left = 431
  940.         Top = 89
  941.         Width = 25
  942.         Height = 21
  943.         Caption = '..'
  944.         TabOrder = 6
  945.         OnClick = btnTemplateDirClick
  946.       end
  947.       object EditMaskDir: TEdit
  948.         Left = 91
  949.         Top = 118
  950.         Width = 334
  951.         Height = 21
  952.         TabOrder = 7
  953.         OnChange = EditMaskDirChange
  954.       end
  955.       object Button1: TButton
  956.         Left = 431
  957.         Top = 117
  958.         Width = 25
  959.         Height = 21
  960.         Caption = '..'
  961.         TabOrder = 8
  962.         OnClick = Button1Click
  963.       end
  964.     end
  965.   end
  966.   object btnExit: TButton
  967.     Left = 442
  968.     Top = 385
  969.     Width = 75
  970.     Height = 25
  971.     Caption = 'Exit'
  972.     TabOrder = 1
  973.     OnClick = btnExitClick
  974.   end
  975.   object dlgOpen: TOpenDialog
  976.     Filter = 'Bitmap|*.bmp'
  977.     Left = 270
  978.     Top = 387
  979.   end
  980.   object dlgSave: TSaveDialog
  981.     Filter = 'Bitmaps|*.bmp'
  982.     Left = 299
  983.     Top = 384
  984.   end
  985.   object pmnSave: TPopupMenu
  986.     Left = 156
  987.     Top = 346
  988.     object mnuSave: TMenuItem
  989.       Caption = 'Save as'
  990.       OnClick = mnuSaveClick
  991.     end
  992.   end
  993.   object dlgDirectory: TOpenDialog
  994.     Left = 20
  995.     Top = 344
  996.   end
  997.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  998.     Options = [bfDirectoriesOnly]
  999.     Caption = 'Select Folder'
  1000.     ShowSelectionInStatus = False
  1001.     Left = 212
  1002.     Top = 387
  1003.   end
  1004.   object ColorDialog: TColorDialog
  1005.     Ctl3D = True
  1006.     Left = 116
  1007.     Top = 352
  1008.   end
  1009.   object OdlViscolor: TOpenDialog
  1010.     Filter = 'viscolor|viscolor.txt'
  1011.     Left = 220
  1012.     Top = 352
  1013.   end
  1014. end
  1015.